home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / util / crypt / xfd_pwf.lha / xfd_pwf / Readme.txt < prev    next >
Text File  |  1997-03-14  |  2KB  |  71 lines

  1. XFD_PassWordFinder (c) 1996-97 Denis Unger
  2. ******************************************
  3.  
  4. Xfd_pwf is freeware.
  5. Xfd_pwf needs the xfdmaster.library.
  6.  
  7. Why you need xfd_pwf ?
  8. ======================
  9.  
  10. If you have forgot a password for a crypted file with a XFD packer you can
  11. use xfd_pwf for find that password.
  12. Xfd_pwf is not fast but it works.
  13.  
  14. Xfd_pwf can use a dictionary or an character file for finding the correct password.
  15.  
  16.  
  17. How works xfd_pwf ?
  18. ===================
  19.  
  20. SOURCE/A,DEST/A,DIC/K,PW/K,CHR/K,EVERYWORDS/N,MAXCHARS/N,FILETYPE/N
  21.  
  22. SOURCE: the source (crypted or crunched) file
  23. DEST: the destination file
  24. DIC: the dictionary with all the words
  25. PW: the password for decrunching or from where the search should begin
  26. CHR: the character file with all characters
  27. EVERYWORDS: default: 1000; that means every 1000 checked words the last password will
  28.             be written to the command line
  29. MAXCHARS: default: 5; that means only words up to 5 characters are used;
  30.                       this is only useful for CHR mode
  31. FILETYPE: if you know the filetype of the original file you can here set the decimal
  32.           number of the first 4 byte of your file
  33.           this is useful because there are passwords which don't correct decrypt the
  34.           file
  35.  
  36. Now any examples:
  37. =================
  38.  
  39. xfd_pwf test1.xpk test1
  40. > only decrunchs the file test1.xpk to the file test1
  41.  
  42. xfd_pwf test1.xpk test1 pw aaaa
  43. > decrunchs the file test1.xpk to the file test1 with password aaaa
  44.  
  45. xfd_pwf test1.xpk test1 chr chr/numbers.chr
  46. > checks all combinations with the characters from the character file numbers.chr
  47.  
  48. xfd_pwf test1.xpk test1 chr chr/numbers.chr filetype 1011
  49. > see above and checks also if the decrypted file is from type 1011 (HEX: 3F3),
  50. > that means the file must be an executable
  51.  
  52. Additional you can set a password from where the program should start.
  53. E.g. xfd_pwf test1.xpk test1 chr chr/numbers.chr pw 50000
  54. > now the search begins from password 50000
  55. This is helpful if xfd_pwf finds a false password. That means the founded password
  56. can decrunch the file but the destination file has not the correct datas.
  57. Also you can switch off you computer and can search the other passwords on next day.
  58.  
  59.  
  60. More dictionaries you can find on any ftp servers.
  61.  
  62. If you have any questions about xfd_pwf you can write to:
  63.  
  64. Denis Unger
  65. Schönheider Str. 41
  66. 08328 Stützengrün
  67. GERMANY
  68.  
  69. e-mail: denis.unger@fh-zwickau.de
  70. WWW: http://www.fh-zwickau.de/~deu/
  71.